home *** CD-ROM | disk | FTP | other *** search
/ Electronic Entertainment 1995 June / Electronic Entertainment CD-ROM Sampler Disc (June 1995).iso / pc / reflux / shared.dxr / 00774_fREMOTE01.BMP.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  395 b   |  18 lines

  1. on mouseUp
  2.   global s5, gMusic, gReadMe, gPageNumber
  3.   animate("arc.wav", 5, "remote03.bmp", -6, s5, "fremote01.bmp")
  4.   puppetSprite(5, 0)
  5.   if (gMusic = 1) and (gReadMe = 1) then
  6.     go("yy")
  7.   end if
  8.   if (gMusic = 1) and (gReadMe = 0) then
  9.     go("yn")
  10.   end if
  11.   if (gMusic = 0) and (gReadMe = 0) then
  12.     go("nn")
  13.   end if
  14.   if (gMusic = 0) and (gReadMe = 1) then
  15.     go("ny")
  16.   end if
  17. end
  18.